home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 34 / PC Gamer IT CD 34 2-2.iso / utility / rccd30103 / _SETUP.1 / Rccd.exe / 0 / RCDATA / TFRMCDDBTEST / TFRMCDDBTEST.txt
Text File  |  1998-09-03  |  2KB  |  90 lines

  1. object frmCDDBTest: TfrmCDDBTest
  2.   Left = 323
  3.   Top = 198
  4.   Width = 368
  5.   Height = 329
  6.   Caption = 'Test CDDB Connection'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnActivate = FormActivate
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 251
  21.     Width = 360
  22.     Height = 32
  23.     Align = alBottom
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.     object Panel2: TPanel
  27.       Left = 276
  28.       Top = 0
  29.       Width = 84
  30.       Height = 32
  31.       Align = alRight
  32.       BevelOuter = bvNone
  33.       TabOrder = 0
  34.       object btnClose: TButton
  35.         Left = 4
  36.         Top = 4
  37.         Width = 75
  38.         Height = 25
  39.         Caption = '&Close'
  40.         ModalResult = 2
  41.         TabOrder = 0
  42.       end
  43.     end
  44.   end
  45.   object Memo: TMemo
  46.     Left = 0
  47.     Top = 0
  48.     Width = 360
  49.     Height = 251
  50.     Align = alClient
  51.     ReadOnly = True
  52.     ScrollBars = ssBoth
  53.     TabOrder = 1
  54.   end
  55.   object StatusBar1: TStatusBar
  56.     Left = 0
  57.     Top = 283
  58.     Width = 360
  59.     Height = 19
  60.     Panels = <
  61.       item
  62.         Width = 50
  63.       end>
  64.     SimplePanel = False
  65.   end
  66.   object SaveSettings: TgbSaveSettings
  67.     IniFileName = 'RCCD'
  68.     SectionName = 'CDDBTest Form'
  69.     RegistryKey = '\Software\GaJITS\'
  70.     Left = 220
  71.     Top = 32
  72.   end
  73.   object WSocket: TWSocket
  74.     Addr = 'cddb.cddb.com'
  75.     Port = '8880'
  76.     Proto = 'tcp'
  77.     MultiThreaded = False
  78.     OnDataAvailable = WSocketDataAvailable
  79.     OnSessionClosed = WSocketSessionClosed
  80.     OnChangeState = WSocketChangeState
  81.     OnError = WSocketError
  82.     FlushTimeout = 10
  83.     SendFlags = wsSendNormal
  84.     LingerOnOff = wsLingerOn
  85.     LingerTimeout = 10
  86.     Left = 100
  87.     Top = 76
  88.   end
  89. end
  90.